Appliance Update Pending UpgradeableComponent

Appliance Update Pending UpgradeableComponent
Appliance Update Pending UpgradeableComponent

The Appliance Update Pending UpgradeableComponent schema describes component update information

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "component": "string",
    "affected_services": [
        "string"
    ],
    "version": "string",
    "name": "string",
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "priority": "string",
    "severity": "string",
    "update_type": "string",
    "release_date": "string",
    "reboot_required": false,
    "size": 0
}
string
component
Required

Name of the upgradeable component. Component is a service or a group of services providing asynchronous lifecycle

This property was added in vSphere API 8.0.0.1.

array of string
affected_services
Required

List of services affected as part of the update.

This property was added in vSphere API 8.0.0.1.

string
version
Required

Version in form of X.Y.Z.P. e.g. 6.5.1.5400

This property was added in vSphere API 6.7.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.update.pending. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.update.pending.

string
name
Required

Name of the update.

This property was added in vSphere API 6.7.

description
Required

Description of the update. The short information what this update is. E.g. "Update2 for vCenter Server Appliance 6.5"

This property was added in vSphere API 6.7.

string
priority
Required

Update priority

For more information see: Appliance Update CommonInfo Priority.

This property was added in vSphere API 6.7.

string
severity
Required

Update severity

For more information see: Appliance Update CommonInfo Severity.

This property was added in vSphere API 6.7.

string
update_type
Required

Update category

For more information see: Appliance Update CommonInfo Category.

This property was added in vSphere API 6.7.

string As date-time As date-time
release_date
Required

Update release date.

This property was added in vSphere API 6.7.

boolean
reboot_required
Required

Flag indicating whether reboot is required after update.

This property was added in vSphere API 6.7.

integer As int64 As int64
size
Required

Download Size of update in Megabytes.

This property was added in vSphere API 6.7.